home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir31 / proins11.zip / README < prev    next >
Text File  |  1993-07-02  |  4KB  |  109 lines

  1. -------------------------------------------------------------------------
  2.  Media Vision Pro Movie Spectrum DOS VCR Program    GaryL:07/02/93
  3. -------------------------------------------------------------------------
  4.  Documentation of DOS VCR features and controls, as well as warnings
  5.  about use.  This VCR application uses the Motive library developed
  6.  by Media Vision for DOS playback of AVI movies.
  7. -------------------------------------------------------------------------
  8.  VCR currently requires Media Vision Pro Audio Spectrum or Thunderboard/
  9.  SoundBlaster v2.0 hardware and a VGA card, preferably one using the 
  10.  Cirrus Logic 542X chip or supporting the VESA VGA BIOS Extension 
  11.  (VBE v1.2).  VCR plays back movies recorded in AVI format in one of 
  12.  the following video formats:
  13.  
  14.     raw 8/16/24-bit video
  15.     MS 8-bit RLE video            (<64K per uncompressed frame)
  16.     MS Video 1 (Media Vision ALF) 8/16-bit    (<64K per uncompressed frame)
  17.  
  18.  VCR plays back movies recorded with 8 or 16-bit audio at 11kHz, 22kHz,
  19.  and 44kHz, in mono or stereo.  Note that video playback quality will
  20.  be severely degraded at the higher data rates.
  21.  
  22.  VCR can play off of a CDROM, provided that the file is compressed for
  23.  a data rate of <=150K/sec.
  24.  
  25.  To run VCR, type VCR, followed by the filename:
  26.  
  27.     VCR f:\space\8_bit_90\voyager.avi
  28.  
  29.  VCR will immediately start playing the movie.  While playing, there are
  30.  several VCR-like commands available on the keypad.
  31.  
  32. -------------------------------------------------------------------------
  33.  
  34. [Enter]    Toggle play/stop of movie.
  35.  
  36. [Home]
  37.     Stop playing and rewind movie to beginning.
  38.  
  39. [End]
  40.     Stop playing and fast forward movie to end.
  41.  
  42. [PgUp]
  43.     Frame step one frame backward.
  44.  
  45. [PgDn]
  46.     Frame step one frame forward.
  47.  
  48. [LeftArrow]
  49.     Cue movie backward 15 frames.
  50.  
  51. [RightArrow]
  52.     Cue movie forward 15 frames.
  53.  
  54. [Esc]
  55.     Stop movie and exit.
  56.  
  57. [/]
  58.     Toggle full screen/dinky window mode on Cirrus 542X chips.
  59.  
  60. [*]    Toggle between normal and 2x playback.  Note that sustained
  61.     2x playback may cause audio breakup and/or severely degraded 
  62.     playback.
  63.  
  64. [-]    Decrease volume 10%.
  65.  
  66. [+]    Decrease volume 10%.
  67.  
  68. [Tab]    Increase playback rate.  1x and 2x playback will have audio,
  69.     higher rates will shut off audio.
  70.  
  71. [Shift][Tab]    Decrease playback rate.  1x and 2x playback will have audio,
  72.     higher rates will shut off audio.  This can be used to play in
  73.     reverse also.
  74.  
  75. -------------------------------------------------------------------------
  76. -------------------------------------------------------------------------
  77.  
  78. In the file VCR.INI there are a number of optional variables which you 
  79. can set and modify to improve the image quality of VCR.  Many of these
  80. variables do the same things as controls in the Video Source dialog.  Some
  81. of these numbers are expressed in hexadecimal, others in decimal.  The
  82. range of valid values is given for many variables.  Be very careful when 
  83. modifying these variables.  Improperly modifying them can cause VCR to
  84. stop viewing or recording audio or video.
  85.  
  86. Name        Hex/dec    Description
  87. ====        =======    =================================================
  88. [video]
  89. Interrupt    (d)    Interrupt number.  Should be 2,3,5,7,10,11,12, or 15    
  90. MemoryBase    (h)    Memory address.  Default is C800
  91. PortBase    (h)    IO port number.  Default is 250
  92. VideoCable    (d)    Which video input to use.  0=composite, 1=S-video
  93. FrameRate    (d)    What frame rate to use during capture.
  94. Hue        (h)    Hue (00 to FF)
  95. Color        (h)    Color (00 to FF)
  96. Contrast    (h)    Contrast (00 to FF)
  97. Red        (h)    Red (00 to FF)
  98. Green        (h)    Green (00 to FF)
  99. Blue        (h)    Blue (00 to FF)
  100. HorzStart    (h)    Horizontal start (-97 to +97)
  101.  
  102. [audio]
  103. SampleRate    (d)    Audio sample rate
  104. NumChannels    (d)    1=mono, 2=stereo
  105. BitsPerSample    (d)    8=8-bits/sample, 16=16-bits/sample
  106.  
  107. -------------------------------------------------------------------------
  108. -------------------------------------------------------------------------
  109.